home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
GRAPHICS
/
VOXRAY.ZIP
/
SVARS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-19
|
182 b
|
12 lines
#ifndef _SVARS_
#define _SVARS_
#include "ray.h"
#include "modplay.h"
extern "C" word the_port;
extern "C" byte the_IRQ, the_DMA;
extern "C" BOOL sound_exists;
#endif